projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44782de
)
Fix scrolling upwards with 'xwidget-webkit-browse-url'
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 25 Mar 2016 09:51:57 +0000
(12:51 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 25 Mar 2016 09:51:57 +0000
(12:51 +0300)
* src/xwidget.c (Fxwidget_set_adjustment): Use CHECK_NUMBER instead
of CHECK_NATNUM. Suggested by Shayan Pirani <shayanpirani@gmail.com>.
(Bug#22918)
src/xwidget.c
patch
|
blob
|
history
diff --git
a/src/xwidget.c
b/src/xwidget.c
index d438d8790986c7298efc4fc775f5cee1d92d6303..54b8004fec84944bf9a7d91485d9e5beefabed2b 100644
(file)
--- a/
src/xwidget.c
+++ b/
src/xwidget.c
@@
-767,7
+767,7
@@
VALUE is the amount to scroll, either relatively or absolutely. */)
Lisp_Object value)
{
CHECK_XWIDGET (xwidget);
- CHECK_N
ATNUM
(value);
+ CHECK_N
UMBER
(value);
struct xwidget *xw = XXWIDGET (xwidget);
GtkAdjustment *adjustment
= ((EQ (Qhorizontal, axis)